home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / mult200.zip / DOORBATS.ZIP / GT3.BAT < prev    next >
DOS Batch File  |  1991-12-10  |  678b  |  39 lines

  1. @echo off
  2. echo ------------------
  3. echo - ghost town ]I[ -
  4. echo ------------------
  5. if %port% == 0 goto helpregl
  6. type c:\ra\helpreg.txt > com%port%:
  7. goto regend
  8. :helpregl
  9. type c:\ra\helpreg.txt
  10. :regend
  11. dvcomand wait 20
  12. D:
  13. cd\door\gt3
  14. if exist inuse.txt goto oops!
  15. rem > inuse.txt
  16. copy c:\ra\%node%\dorinfo1.def dorinfo%1.def
  17. mark
  18. if %port% == 0 goto localon
  19. bio /r%node% /x5 /z30 /y:c:\ra\text
  20. goto localoff
  21. :localon
  22. bio /l /n
  23. :localoff
  24. release
  25. del dorinfo?.def
  26. del inuse.txt
  27. goto end
  28. :oops!
  29. if %port% == 0 goto oops!l
  30. type c:\ra\used.txt > com%port%:
  31. goto oops!end
  32. :oops!l
  33. type c:\ra\used.txt
  34. :oops!end
  35. dvcomand wait 20
  36. :end
  37. C:
  38. cd\ra\%node%
  39.